home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3063 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  984 b 

  1. Path: news.telepac.pt!usenet
  2. From: jcarlosr@mail.telepac.pt (J.Carlos)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: need HELP with interrupts in Win32
  5. Date: Mon, 22 Jan 1996 00:33:58 GMT
  6. Organization: telepac
  7. Message-ID: <4dupit$9m6@vivaldi.telepac.pt>
  8. References: <4dsh8e$2ao@cloner2.ix.netcom.com>
  9. NNTP-Posting-Host: lis3_p5.telepac.pt
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. joe <jbdortch@ix.netcom.com> wrote:
  13.  
  14. >i'm using Borland C++ 4.0 and i'm trying to convert some
  15. >old programs into 32 bit apps.  i've been using an old
  16. >Borland library function called Int86() that used the
  17. >structure "union REGS" to set the registers.  this function
  18. >is not supported in Win32, so i need a new one.  
  19.  
  20. If you are writing  a 32 bits DOS aplication using Borland 
  21. PowerPack you can use int386 for some interrups (you must use 
  22. DPMI to access the others), if you are writing a windows aplication
  23. it's maybe easier to forget about interrups and find other way to do
  24. what you want.
  25. Regards, J.Carlos
  26.  
  27.